body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl,
dt,
dd,
p,
span,
div,
object,
iframe,
pre,
a,
abbr,
cite,
input,
button,
select,
option {
  margin: 0;
  padding: 0;
  font-weight: normal;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
ul,
li,
ol,
dl,
dd,
dt,
form {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'SimHei', 'Arial', 'SimSun';
}
html {
  height: 100%;
}
body {
  background-color: #f5f5f5;
  line-height: 24px;
  font-size: 14px;
  font-family: 'Microsoft YaHei', 'PingFang SC', 'SimHei', 'Arial', 'SimSun';
  color: #262626;
}
img {
  border: 0;
  outline: none;
}
em,
i {
  font-style: normal;
}
button,
input,
textarea {
  outline: none;
  border: 0;
}
textarea {
  resize: none;
}
a {
  outline: none;
  text-decoration: none;
  color: inherit;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
  outline: 0;
}
.clearfix:after {
  content: '.';
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
[hidden] {
  display: none !important;
}
header,
footer {
  display: block;
}
/*# sourceMappingURL=./reset.css.map */